projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1a45c2
)
Fix compilation with CHECK_STRUCTS
author
Andreas Schwab
<schwab@linux-m68k.org>
Sat, 21 Sep 2019 11:54:40 +0000
(13:54 +0200)
committer
Andreas Schwab
<schwab@linux-m68k.org>
Sun, 22 Sep 2019 12:02:15 +0000
(14:02 +0200)
* src/pdumper.c (dump_buffer): Update hash of struct buffer.
src/pdumper.c
patch
|
blob
|
history
diff --git
a/src/pdumper.c
b/src/pdumper.c
index 2e382145be2005ec1d3853b24c710a84079cff5f..195c5556ecb0e24e1000e9011d2141a536092601 100644
(file)
--- a/
src/pdumper.c
+++ b/
src/pdumper.c
@@
-2769,7
+2769,7
@@
dump_hash_table (struct dump_context *ctx,
static dump_off
dump_buffer (struct dump_context *ctx, const struct buffer *in_buffer)
{
-#if CHECK_STRUCTS && !defined HASH_buffer_
E34A11C6B9
+#if CHECK_STRUCTS && !defined HASH_buffer_
9F2F522174
# error "buffer changed. See CHECK_STRUCTS comment in config.h."
#endif
struct buffer munged_buffer = *in_buffer;